C# Mine
ContentsIndexHome
PreviousUpNext
AESEncryption.Encrypt128 Method

Encrypts an array

Syntax
C#
public static byte[] Encrypt128(byte[] PlainBytes, byte[] Key, byte[] InitialVector);
Parameters 
Description 
byte[] PlainBytes 
Text to be encrypted 
byte[] Key 
Password to encrypt with 
byte[] InitialVector 
Needs to be 16 ASCII characters long 

An encrypted array

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!